body{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.cview{
    background:#2d90e3;
}
.cview > .brand-box{
    width: 1190px;
    margin: 0 auto;
    padding: 32px 0;
    color:#fff;
    background-image: url(../image/page-header.png);
    background-repeat: no-repeat;
    background-position-x: right;
}
.container{ padding: 40px 0px 50px 0px;}

.container h2 {text-align: center;}

.container > .body-box{
    width: 1000px;
    margin: 0 auto;
}
.body-box h2{
    margin-top: 0;
    margin-bottom: 10px;
    color: #1871B2;
    font-size: 27px;
    line-height: 35px;
}
.body-box p {
    font: 14px 'Microsoft Yahei', sans-serif;
    font-weight: normal;
    line-height: 23px;
    color: #333;
}
.Gray{
    margin-bottom: 20px;text-align: center;
}
.wztxt_l{
    color: #9F9F9F;
    float: left;
    text-decoration: none;
}
.wztxt_l:hover{
    color:#1871B2;
}